diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/pq/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq/page.tsx b/app/[lng]/evcp/(evcp)/pq/page.tsx index da123ce2..1607db19 100644 --- a/app/[lng]/evcp/(evcp)/pq/page.tsx +++ b/app/[lng]/evcp/(evcp)/pq/page.tsx @@ -35,14 +35,14 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - Pre-Qualification Review + PQ 관리 </h2> <InformationButton pagePath="evcp/pq" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 벤더가 제출한 PQ를 확인하고 수정 요청 등을 할 수 있으며 PQ 종료 후에는 통과 여부를 결정할 수 있습니다. - </p> + </p> */} </div> </div> </div> |
